github.com/klauspost/compress/zstd.Decoder.nextBlock (method)

3 uses

	github.com/klauspost/compress/zstd (current package)
		decoder.go#L140: 			if !d.nextBlock(n == 0) {
		decoder.go#L302: 		d.nextBlock(true)
		decoder.go#L417: func (d *Decoder) nextBlock(blocking bool) (ok bool) {